﻿.school-logo {
	background-color: #555;
	background-image: none;
}

body {
	background-color:  #B18904;	

	background-image: none;
	background: -moz-linear-gradient(top, #B18904, #2E2E2E); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#B18904), to(#2E2E2E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B18904 0%,#2E2E2E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B18904, #2E2E2E);     /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B18904', endColorstr='#2E2E2E', GradientType=0 ); /* IE6-9 */
	background: -ms-linear-gradient(top, #B18904 0%,#2E2E2E 100%);  /* IE10+ */
	background: linear-gradient(top, #B18904 0%,#2E2E2E 100%); /* W3C */

	color:  #FFFFFF;	
	background-attachment: fixed;
}

body > div.wrapper
{

}

.pane-nav ul .active a, .pane-nav ul li.active a:hover {
	background: #B18904;
	background: -moz-linear-gradient(100% 100% 90deg, #B18904, #B18904);
	background: -webkit-linear-gradient(100%, 100% 90deg, #B18904, #B18904);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
	color: #19070B;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: 600;
	position: relative;
}

.pane-nav ul .active a span, .pane-nav ul li.active a:hover span {
	display: block;
	  position: absolute;
	  right: -12px;
	  top: 50%;
	  border-top:12px solid transparent;
	  border-bottom:12px solid transparent;
	  border-tight:0;
	  border-left:12px solid #B18904;
	  margin-top: -12px;
}

.add-contact-point ul a:active
{
	background: #F26522;
	background: -moz-linear-gradient(100% 100% 90deg, #2386EF, #2E8EF4);
	background: -webkit-linear-gradient(100%, 100% 90deg, #2386EF, #2E8EF4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
}


.add-contact-point ul a:hover
{
	background: #B18904;	
	color: white;
}

h1.school-title
{
	color:#19070B;
	
}